API

Procurement APIs

GET procurement/orders

List of purchase orders

HTTP method GET
URI https://api.rambase.net/procurement/orders
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 407, version 19

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

InfoNotification() Named filter Purchase orders with notifications of category I (Information)
MyOrders() Named filter Purchase orders current user is assigned to
PendingRegistration() Named filter Purchase orders pending registration (status 1 and status 2)
PendingResponse() Named filter Purchase orders pending purchase order response (status 3).
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye.
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce)..
Location String Unique abbreviation/short name of the location.
Name String Name of supplier (name of company or surname/familyname/lastname of a person).
Note String Additional information regarding the object (free text). This note might be visible to customers/suppliers.
PaymentTerms String Terms of payment. Defaut value is retrieved from the supplier..
PurchaseOrderId Integer Purchase order identifier.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
ShippingServiceId Integer Shipping service identifier.
Status Integer Status of the purchase order.
SupplierId Integer RamBase supplier identifier.
SuppliersReference String Suppliers/sellers reference. Typically a person.
SuppliersReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
TotalAmount Decimal The total amount in object currency, including VAT.
Type String Type of purchase order.
UpdatedAt Datetime Date and time of update. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()

Read more about filters and sorting on how to use sortable parameters

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
DeliveryTermPlace String A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye
DeliveryTerms String Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).
Location String Unique abbreviation/short name of the location
Name String Name of supplier (name of company or surname/familyname/lastname of a person)
Note String Additional information regarding the object (free text). This note might be visible to customers/suppliers.
PaymentTerms String Terms of payment. Defaut value is retrieved from the supplier.
PurchaseOrderId Integer Purchase order identifier
RegistrationDate Date Date of registration
ShippingServiceId Integer Shipping service identifier
Status Integer Status of the purchase order
SupplierId Integer RamBase supplier identifier
SuppliersReference String Suppliers/sellers reference. Typically a person.
SuppliersReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
TotalAmount Decimal The total amount in object currency, including VAT
Type String Type of purchase order
UpdatedAt Datetime Date and time of update

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<PurchaseOrders>
2
     <PurchaseOrder>
3
          <PurchaseOrderId
PurchaseOrderId

Purchase order identifier

>
{Integer}</PurchaseOrderId>
4
          <Status
Status

Status of the purchase order

Possible domain values can be found here

>
{Integer}</Status>
5
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
7
          <SuppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

>
{String}</SuppliersReference>
8
          <SuppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

>
{String}</SuppliersReferenceNumber>
9
          <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
10
          <Type
Type

Type of purchase order

Possible domain values can be found here

>
{String}</Type>
11
          <Location>
12
               <LocationId
LocationId

Location identifier

>
{Integer}</LocationId>
13
               <Name
Name

Name of location

>
{String}</Name>
14
               <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
15
               <LocationLink
LocationLink

Location reference

>
{String}</LocationLink>
16
          </Location>
17
          <Assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

>
18
               <UserId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

>
{Integer}</UserId>
19
               <Name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

>
{String}</Name>
20
               <FirstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

>
{String}</FirstName>
21
               <UserLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

>
{String}</UserLink>
22
          </Assignee>
23
          <Supplier>
24
               <SupplierId
SupplierId

RamBase supplier identifier

>
{Integer}</SupplierId>
25
               <Name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

>
{String}</Name>
26
               <SupplierLink
SupplierLink

Supplier reference

>
{String}</SupplierLink>
27
          </Supplier>
28
          <Totals>
29
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
30
               <TotalAmount
TotalAmount

The total amount in object currency, including VAT

>
{Decimal}</TotalAmount>
31
          </Totals>
32
          <Shipment
Shipment

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
33
               <DeliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
{String}</DeliveryTerms>
34
               <DeliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
{String}</DeliveryTermPlace>
35
               <ShippingService
ShippingService

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
36
                    <ShippingServiceId
ShippingServiceId

Shipping service identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
{Integer}</ShippingServiceId>
37
                    <Name
Name

Name of shipping service

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
{String}</Name>
38
                    <ShippingServiceLink
ShippingServiceLink

Shipping service reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

>
{String}</ShippingServiceLink>
39
               </ShippingService>
40
          </Shipment>
41
          <HighlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
42
               <NotificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{Integer}</NotificationId>
43
               <Status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{Integer}</Status>
44
               <CreatedAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{Datetime}</CreatedAt>
45
               <Message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</Message>
46
               <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</TranslatedMessage>
47
               <NotificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
48
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeId>
49
                    <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</Category>
50
                    <NotificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</NotificationTypeLink>
51
               </NotificationType>
52
               <NotificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

>
{String}</NotificationLink>
53
          </HighlightedNotification>
54
          <PurchaseOrderLink
PurchaseOrderLink

Purchase order reference

>
{String}</PurchaseOrderLink>
55
     </PurchaseOrder>
56
     <Paging
Paging

Detailed paging information for this list.

>
57
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
58
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
59
          <Page
Page

Page index

>
{Integer}</Page>
60
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
61
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
62
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
63
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
64
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
65
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
66
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
67
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
68
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
69
     </Paging>
70
</PurchaseOrders>
1
{
2
     "purchaseOrders": [
3
          {
4
               "purchaseOrderId
PurchaseOrderId

Purchase order identifier

":
"{Integer}",
5
               "status
Status

Status of the purchase order

Possible domain values can be found here

":
"{Integer}",
6
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
7
               "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
8
               "suppliersReference
SuppliersReference

Suppliers/sellers reference. Typically a person.

":
"{String}",
9
               "suppliersReferenceNumber
SuppliersReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

":
"{String}",
10
               "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
11
               "type
Type

Type of purchase order

Possible domain values can be found here

":
"{String}",
12
               "location": {
13
                    "locationId
LocationId

Location identifier

":
"{Integer}",
14
                    "name
Name

Name of location

":
"{String}",
15
                    "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}",
16
                    "locationLink
LocationLink

Location reference

":
"{String}"
17
               },
18
               "assignee
Assignee

The user who has been assigned to work with this object.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

":
{
19
                    "userId
UserId

User identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

":
"{Integer}",
20
                    "name
Name

Name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

":
"{String}",
21
                    "firstName
FirstName

First name of the user

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

":
"{String}",
22
                    "userLink
UserLink

User reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Assignee in your request URI to get this field

":
"{String}"
23
               },
24
               "supplier": {
25
                    "supplierId
SupplierId

RamBase supplier identifier

":
"{Integer}",
26
                    "name
Name

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
27
                    "supplierLink
SupplierLink

Supplier reference

":
"{String}"
28
               },
29
               "totals": {
30
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
31
                    "totalAmount
TotalAmount

The total amount in object currency, including VAT

":
"{Decimal}"
32
               },
33
               "shipment
Shipment

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
{
34
                    "deliveryTerms
DeliveryTerms

Default delivery terms for the supplier. The delivery terms is based on the Incoterms rules from ICC (International Chamber of Commerce).

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
"{String}",
35
                    "deliveryTermPlace
DeliveryTermPlace

A named place, which, together with the content of Delivery terms, determines where and when the costs, responsibility and risk for a shipment are transferred from the seller to the buye

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
"{String}",
36
                    "shippingService
ShippingService

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
{
37
                         "shippingServiceId
ShippingServiceId

Shipping service identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
"{Integer}",
38
                         "name
Name

Name of shipping service

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
"{String}",
39
                         "shippingServiceLink
ShippingServiceLink

Shipping service reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.Shipment in your request URI to get this field

":
"{String}"
40
                    }
41
               },
42
               "highlightedNotification
HighlightedNotification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
{
43
                    "notificationId
NotificationId

Notification identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{Integer}",
44
                    "status
Status

Status of the notification

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{Integer}",
45
                    "createdAt
CreatedAt

Date and time of creation

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{Datetime}",
46
                    "message
Message

The message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}",
47
                    "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}",
48
                    "notificationType
NotificationType

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
{
49
                         "notificationTypeId
NotificationTypeId

Notification type identifier

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}",
50
                         "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}",
51
                         "notificationTypeLink
NotificationTypeLink

Notification type reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}"
52
                    },
53
                    "notificationLink
NotificationLink

Notification reference

This field is greyed out because it is an expandable field. You have to add $expand=PurchaseOrder.HighlightedNotification in your request URI to get this field

":
"{String}"
54
               },
55
               "purchaseOrderLink
PurchaseOrderLink

Purchase order reference

":
"{String}"
56
          }
57
     ],
58
     "paging
Paging

Detailed paging information for this list.

":
{
59
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
60
          "position
Position

Position of the first element in the list

":
"{Integer}",
61
          "page
Page

Page index

":
"{Integer}",
62
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
63
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
64
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
65
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
66
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
67
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
68
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
69
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
70
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
71
     }
72
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found